home *** CD-ROM | disk | FTP | other *** search
- @Echo Off
- REM The Mnu Batch File Driver v1.26a
- REM Copyright (c) 1989 by Bonsai Technologies. All Rights Reserved.
- if exist %MNU_WORK%:MNU$R%MNU_STATION%.RST del %MNU_WORK%:MNU$R%MNU_STATION%.RST
- :start
- MNU$MAIN.EXE OK
- if ERRORLEVEL 50 goto batch
- if ERRORLEVEL 40 goto logout
- goto end
- :batch
- call %MNU_WORK%:MNU$G%MNU_STATION%.bat
- if exist %MNU_WORK%:MNU$R%MNU_STATION%.RST goto start
- goto end
- :logout
- if exist %MNU_WORK%:MNU$G%MNU_STATION%.bat call %MNU_WORK%:MNU$G%MNU_STATION%.bat
- if exist %MNU_WORK%:MNU$?%MNU_STATION%.* del %MNU_WORK%:MNU$?%MNU_STATION%.*
- z:
- cd\login
- MNU$LOG.BAT
- :end
- if exist %MNU_WORK%:MNU$?%MNU_STATION%.* del %MNU_WORK%:MNU$?%MNU_STATION%.*